if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);

  if(v1 == 18){
  position(o0,97,93);
  v6 = 5;
  status.line.on();
  accept.input();
  }
   if(v1 == 13){
  position(o0,78,142);
  v6 = 1;
  status.line.on();
  accept.input();
  }
  draw(o0);
  show.pic();

  }
  if(posn(o0,70,143,88,153)){
  new.room(13);
 }
  if(posn(o0,86,79,115,89)){
  new.room(18);
  }
  if(said("look")){
  print("You're in the first floor of your house.");
    }
  if(said("look","door")){
  print("It's brown.");
    }
  if(said("open","door")){
  print("I don't think that this is going to work.");
    }
  if(said("look","floor")){
  print("Nothing special.");





}
return();